home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / misc / GetILBM.readme < prev    next >
Encoding:
Text File  |  1995-04-27  |  1.5 KB  |  36 lines

  1. Short:  2 functions for loading IFF ILBM files.
  2. Author: Alex Matulich <matulich_a@seaa.navsea.navy.mil>
  3. Type:   gfx/misc
  4. Source: Fish collection
  5.  
  6. Here are two AGA-compatible functions for loading IFF ILBM files,
  7. carefully distilled from that mess of code in the back of RKM:Devices
  8. or Developer's Toolkit.  AGA supported!  This module requires
  9. iffparse.library to be in your libs: directory.
  10.  
  11. LoadILBMBitMap() loads an ILBM file into a BitMap, returning the Bitmap
  12. pointer.  Free the BitMap with freeBitMap().
  13.  
  14. LoadILBMScreen() loads an ILBM file into a Screen, returning the Screen
  15. pointer.  Display the screen with ScreenToFront(), free it with
  16. freeilbmScreen().
  17.  
  18. The executable file getilbm is a demo picture viewer.
  19.  
  20. See the beginning of getilbm.c for complete documentation.
  21.  
  22.  
  23. ============================= Archive contents =============================
  24.  
  25. Original  Packed Ratio    Date     Time    Name
  26. -------- ------- ----- --------- --------  -------------
  27.      740     242 67.2% 29-Jan-95 15:42:50  GetILBM.info
  28.     9960    6492 34.8% 11-Nov-94 17:28:44  GetILBM/GetILBM
  29.    31977   10535 67.0% 11-Nov-94 17:28:22  GetILBM/getilbm.c
  30.     3269    1397 57.2% 11-Nov-94 17:28:30  GetILBM/getilbm_proto.h
  31.      951     527 44.5% 06-Dec-94 22:53:12  GetILBM/Product-Info
  32.      643     365 43.2% 11-Nov-94 17:28:08  GetILBM/README
  33.     1091     327 70.0% 10-Dec-94 20:07:58  GetILBM/README.info
  34. -------- ------- ----- --------- --------
  35.    48631   19885 59.1% 16-Mar-95 13:03:50   7 files
  36.